home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0954.dms / q0954.adf / Install-V5 < prev    next >
Text File  |  1994-10-11  |  3KB  |  88 lines

  1. (complete 1)
  2.  
  3. (set instdir (askdir 
  4. (default @default-dest)
  5.   (prompt "What directory would you like to install Nostromo Cheats "
  6.   "Version 5.00 into ?,The choice is yours! ")
  7.   (help "The installer needs to know where to put the files. You can "
  8. "put V5.00 anywhere, "
  9.         "I have mine in the GAMES directory,but anywhere will do. "
  10. "If you don`t have a directory set up,then select the "
  11. "Make new drawer option.This will create a new directory "
  12. "for you to put the cheats into.")))
  13.  
  14.  
  15. (complete 8)
  16.  
  17.  
  18.  
  19. (if (NOT (= 2 (exists instdir (noreq)))) (makedir instdir (infos)) )
  20.  
  21. (if (exists (tackon instdir "V5") (noreq))
  22.    
  23.  (if (askbool ((prompt "Hmm, it looks like there's a copy (or partial "
  24. "copy) "
  25.             "of V5.00 already here. Do you want to reinstall "
  26.             "over the file(s) here, or abort the install? ")
  27.            (help "V5.00 might already be installed; I found a file "
  28. "called V5 "
  29.                  "in the directory already. Should I stop the "
  30. "installation? " )
  31.            (choices "Abort" "Overwrite")))
  32.    (abort "Installation Aborted.")))
  33.  
  34. (complete 15)
  35.  
  36.  
  37. (complete 25)
  38. (working "Copying V5.00 Program")
  39. (complete 30)
  40.  
  41. (copyfiles (source "cheats5:v5") (dest instdir))
  42. (complete 60)
  43.  
  44. (working "Copying V5.00 Support Files")
  45.  
  46. (copyfiles (source "cheats5:V5.info") (dest instdir))
  47. (copyfiles (source "cheats5:alert") (dest instdir))
  48. (copyfiles (source "cheats5:laugh") (dest instdir))
  49. (copyfiles (source "cheats5:monkey") (dest instdir))
  50. (copyfiles (source "cheats5:vocal") (dest instdir))
  51.  
  52. (complete 70)
  53. (copyfiles (all) (source "cheats5:chts") (dest (tackon instdir "chts")))
  54. (complete 80)
  55. (copyfiles (all) (source "cheats5:solves") (dest (tackon instdir "solves")))
  56. (complete 85)
  57. (set instdir
  58. (askdir
  59. (default instdir)
  60. (prompt "Select your FONTS directory ")
  61. (help "The FONTS need a home so that V5 will work,it is advisable "
  62. "for you to put the fonts in your FONTS directory,otherwise "
  63. "the cheats program won`t know where to find them and then "
  64. "the cheats program looks BORING!! If you are unsure about "
  65. "where to put stuff have a look at the Install-Readme "
  66. "file,this explains things in depth.               "
  67. "            Nostromo."
  68. )))
  69. (working "Copying More Stuff")
  70. (copyfiles  (all) (source "cheats5:fonts") (dest instdir))
  71.  
  72. (set instdir
  73. (askdir
  74. (default instdir)
  75. (prompt "Now somewhere for the LIBS ")
  76. (help " These librarys are needed for V5 to "
  77. "run properly  *see install help for more info*  "
  78. "The best place to put the librarys is in your LIBS "
  79. "directory.If you put them somewhere else then the "
  80. "cheats program will EXPLODE!! HA HA only joking "
  81. "...Or am I ??                               "
  82. "          Nozzie.")))
  83. (working "Here go the Librarys")
  84. (copyfiles (all) (source "cheats5:libs") (dest instdir))
  85.  
  86.  
  87. (complete 100)
  88.